HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 176 - 200 of 3017) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/
dehoisted-array-index.js 13 // contributors may be used to endorse or promote products derived
43 // Key is HChange, used by either dehoised or non-dehoisted
76 // Key is HPhi, used only by dehoisted
89 // Key is HPhi, but used by both dehoisted and non-dehoisted
107 // Key is HPhi, but used by either dehoisted or non-dehoisted
  /external/libedit/src/
keymacro.c 19 * may be used to endorse or promote products derived from this software
493 ssize_t used; local
506 used = ct_visual_char(el->el_keymacro.buf + cnt,
508 if (used == -1)
513 (size_t)used + cnt));
517 size_t px = cnt + (size_t)used;
545 ssize_t used; local
564 used = ct_visual_char(el->el_keymacro.buf + cnt, KEY_BUFSIZ - cnt,
568 el->el_keymacro.buf[cnt + (size_t)used ] = '"';
569 el->el_keymacro.buf[cnt + (size_t)used + 1] = '\0'
    [all...]
  /external/libvorbis/lib/
res0.c 246 encoder had a bug where it used an oversized phrasebook by
718 int i,used=0; local
721 in[used++]=in[i];
722 if(used)
723 return(_01inverse(vb,vl,in,used,vorbis_book_decodevs_add));
730 int i,used=0; local
733 in[used++]=in[i];
735 if(used){
736 return _01forward(opb,vb,vl,in,used,partword,_encodepart,submap);
744 int i,used=0 local
756 int i,used=0; local
768 int i,used=0; local
783 long i,j,k,n=vb->pcmend\/2,used=0; local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
block_files_unittest.cc 287 int used, load; local
289 files.GetFileStats(0, &used, &load);
290 EXPECT_EQ(101, used);
293 files.GetFileStats(1, &used, &load);
294 EXPECT_EQ(203, used);
297 files.GetFileStats(2, &used, &load);
298 EXPECT_EQ(0, used);
328 // The first part of the allocation map should be completely filled. We used
block_bitmaps_v3.cc 155 // We are interested in the total number of blocks used by this file type, and
157 // used blocks). In order to find out the number of used blocks, we have to
165 int used = capacity - bitmaps_[index].EmptyBlocks(); local
166 DCHECK_GE(used, 0);
169 *used_count += used;
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 322 int i, used; local
329 used = 0;
333 used += SDL_AddEvent(&events[i]);
346 while ((used < numevents)&&(spot != SDL_EventQ.tail)) {
348 events[used++] = SDL_EventQ.event[spot];
362 used = -1;
364 return(used);
  /external/chromium_org/third_party/simplejson/
__init__.py 2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
181 then it will be used instead of the default ``(', ', ': ')`` separators.
202 lossy operation that will not round-trip correctly and should be used
205 If specified, *item_sort_key* is a callable used to sort the items in
278 then it will be used instead of the default ``(', ', ': ')`` separators.
300 If specified, *item_sort_key* is a callable used to sort the items in
348 *encoding* determines the encoding used to interpret any
356 JSON object decoded and its return value will be used in place of the
357 given :class:`dict`. This can be used to provide custom
362 The return value of *object_pairs_hook* will be used instead of th
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 19 3. The name of the author may not be used to endorse or promote products
37 The main namespace for the ANTLR runtime libraries, which are used by
45 code. Some components are only used within specific types of recognizers and
58 defines a single DFA class that is used to simulate state machines for certain
61 defines the stream classes used by ANTLR recognizers to walk sequentially
65 text and symbol information produced by lexers and used by parsers and ASTs
69 error classes used through the runtime library and ANTLR generated
72 just a module used as a namespace for the named constant values used
128 # This is used internally in a handful of locations in the runtime librar
    [all...]
  /ndk/build/core/
definitions-host.mk 17 # typically used to generate shell commands during the build and their
26 # Rationale: This function is used to translate Cygwin paths into
40 # Rationale: This function expands to the host-specific shell command used
55 # Rationale: This function expands to the host-specific shell command used
70 # Rationale: This function expands to the host-specific shell command used
84 # Rationale: This function expands to the host-specific shell command used
98 # Rationale: This function expands to the host-specific shell command used
112 # Rationale: This function expands to the host-specific shell command used
127 # Rationale: This function expands to the host-specific shell command used
137 # Rationale: This function is used to translate Cygwin paths int
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.cc 16 // contributors may be used to endorse or promote products derived from
425 // a dest buffer. This should be used for non performance critical
469 int used = 0; local
473 if (dest_len - used < 2) // Need space for two letter escape
478 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break;
479 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break;
480 case '\t': dest[used++] = '\\'; dest[used++] = 't'; break
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 16 // contributors may be used to endorse or promote products derived from
387 // a dest buffer. This should be used for non performance critical
431 int used = 0; local
435 if (dest_len - used < 2) // Need space for two letter escape
440 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break;
441 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break;
442 case '\t': dest[used++] = '\\'; dest[used++] = 't'; break
    [all...]
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 219 int used; member in struct:_drm_i810_vertex
225 int used; member in struct:_drm_i810_copy_t
255 int used; member in struct:_drm_i810_mc
  /external/chromium_org/tools/gn/
scope.h 36 // used primarily to refer to the master build config which is shared across
38 // marking variables "used" which prevents us from issuing errors on unused
92 // When set, values copied to the destination scope will be marked as used
153 // guaranteed to be set in the current scope. Generatlly this will be used
156 // Since this is used when doing read-modifies, we never count this access
183 // Marks the given identifier as (un)used in the current scope.
187 // Checks to see if the scope has a var set that hasn't been used. This is
191 // If the identifier is present but hasnn't been used, return true.
194 // Checks the scope to see if any values were set but not used, and fills in
207 // This is used in different contexts. When generating the error, the give
304 bool used; \/\/ Set to true when the variable is used. member in struct:Scope::Record
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
interface.py 48 '''Sets node attributes used by the gatherer.
59 '''Sets global defines used by the gatherer.
115 If pseudo_if_not_available is true, a pseudotranslation will be used for any
139 grit.exception.NotReady() if used before Parse() has been successfully
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 164 * These regions can be used as a proxy for the fine-grained
166 * in the same lru which is used to age their own textures,
241 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
247 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
275 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i810_drm.h 164 * These regions can be used as a proxy for the fine-grained
166 * in the same lru which is used to age their own textures,
241 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
247 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
275 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 164 * These regions can be used as a proxy for the fine-grained
166 * in the same lru which is used to age their own textures,
241 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
247 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
275 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
  /device/generic/goldfish/opengl/
Android.mk 15 # Directory containing common headers used by several modules
21 # common cflags used by several modules
31 # Include common definitions used by all the modules included later
  /external/compiler-rt/make/platform/
darwin_fat.mk 5 # Configs - The names of each configuration to build; this is used to build
12 # support (e.g., on Darwin). This should only be used to build fat
18 # architecture and is used to find the appropriate function
  /external/libvpx/
libvpx-offsets.mk 18 # Offset files are currently used in vpx_scale for NEON and some encoder
19 # functions used in both ARM and x86. These files can not be compiled and need
21 # used yet but are included in the comments for future reference.
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
55 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/aarch64-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 clang-3.4
19 # its purpose is to define (or re-define) templates used to build
76 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mips64el-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the mips64el gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mips64el-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the mips64el llvm-3.4
19 # its purpose is to define (or re-define) templates used to build
80 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.6
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build

Completed in 2403 milliseconds

1 2 3 4 5 6 78 91011>>