HomeSort by relevance Sort by last modified time
    Searched full:in_first (Results 1 - 3 of 3) sorted by null

  /external/oprofile/pp/
common_option.cpp 99 bool in_first = false; local
112 if (in_first || in_second || second)
118 in_first = true;
125 if (in_first) {
126 in_first = false;
135 if (in_first) {
144 if (in_first || in_second || (first && !second))
  /external/zlib/contrib/ada/
zlib.adb 271 In_First : Stream_Element_Offset;
277 In_First := In_Buffer'First;
282 In_Data => In_Buffer (In_First .. Last),
298 In_First := In_Last + 1;
676 In_First : Stream_Element_Offset := Item'First;
685 In_Data => Item (In_First .. Item'Last),
697 In_First := In_Last + 1;
  /external/v8/test/cctest/
test-regexp.cc 1777 bool in_first = CharacterInSet(&l1, i); local
1796 bool in_first = CharacterInSet(&l1, i); local
1813 bool in_first = CharacterInSet(&l1, i); local
1825 bool in_first = CharacterInSet(&l1, i); local
    [all...]

Completed in 1388 milliseconds