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

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4-aah/domx/
Android.mk 1 # DOMX not used in OMAP3 program
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclsh.i 11 new version of the tclsh executable. This file should not be used
  /sdk/emulator/opengl/
Android.mk 12 # Directory containing common headers used by several modules
30 # common cflags used by several modules
46 # Include common definitions used by all the modules included later
67 # It will be used by other modules to generate wire protocol encode/decoder
sdl.mk 1 # This contains common definitions used to define a host module to
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 117 * mask of zero is used per the RFC 4346, 6.2.3.2 CBC Block
148 int used; local
184 used = tlsv1_record_receive(&conn->rl, pos, end - pos,
186 if (used < 0) {
192 if (used == 0) {
228 pos += used;
270 * This function is used after TLS handshake has been completed successfully to
303 * This function is used after TLS handshake has been completed successfully to
311 int used; local
342 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 152 // Pick a non-used cell at random. That's about all the AI you need for this game.
154 int used = 0; local
155 while (used != 0x1F) {
157 if (((used >> index) & 1) == 0) {
158 used |= 1 << index;
  /external/chromium_org/android_webview/
webview_pak.mk 12 # This module is used to copy the .pak files to /system/webview/paks in the
28 # This module is used to copy the .pak files to an intermediates folder so that
  /external/chromium_org/base/strings/
string16.cc 9 #error This file should not be used on 2-byte wchar_t systems
11 // definitions below can be used, or the host system's wide character
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.js 62 var used = process.jsMemoryUsed / 1024;
63 table += "<td>" + allocated.toFixed(2) + "K (" + used.toFixed(2) +
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_renderer.py 39 # TODO(kalman): Figure out where "pepperversion" comes from. It's used
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 24 # TODO(shadi): Remove graph functions as they are not used any more.
29 # TODO(shadi): These are used only for |debug| mode. What is debug mode for?
58 help=('Debug mode is used when you want to debug '
76 'the value of --test-group-name is used '
153 # (e.g., 'media') is used for getting layout tests.
161 '%s is used for obtaining test names') % (
292 data category. These tuples are used for trend graph update.
358 given result data category. These tuples are used for trend graph
  /external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl 2 # how much disk space is used by a particular data to actually store data
27 pri_pages int, -- Number of primary pages used
28 ovfl_pages int, -- Number of overflow pages used
33 # This query will be used to find the root page number for every index and
43 # Initialize variables used for summary statistics.
92 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
  /external/chromium_org/v8/test/mjsunit/
getter-in-value-prototype.js 13 // contributors may be used to endorse or promote products derived
30 // This used to fail because of an invalid cast of the receiver to a
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3218530.js 13 // contributors may be used to endorse or promote products derived
28 // This tests that a global key values are preserved when used in
regress-crbug-100859.js 13 // contributors may be used to endorse or promote products derived
28 // This used to trigger a crash because of an unhandled stack overflow.
  /external/clang/test/SemaTemplate/
instantiate-function-2.cpp 26 void __attribute__((used)) foo() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 42 # define USED __attribute__((used))
45 # define USED
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 17 REM vm used to run the build. Defaults to java on system path
20 REM target used if not default (to allow run just a portion of buildAll)
  /external/harfbuzz_ng/src/
gen-indic-table.py 133 used = 0 variable
136 global total, used, last_block
154 used += num
197 occupancy = used * 100. / total
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 266 int used = (int) Math.ceil(brb.getPosition() / 8.0); local
268 used += 2;
270 inputStream.skip(used);
271 frameSize -= used;
  /external/oprofile/libop/
op_events.h 46 int used; /**< used by events file parser */ member in struct:op_unit_mask
106 * free memory used by any call to above function. Need to be called only once
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h 58 int used; member in struct:vidmem_bucket
92 /* Used to handle DGA events */
  /external/tremolo/Tremolo/
res012.c 17 * Productions Ltd nor the names of its contributors may be used to
106 int i,j,k,s,used=0; local
124 in[used++]=in[i];
125 ch=used;
127 if(used){
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing

Completed in 1238 milliseconds

1 2 3 4 5 6 7 8 91011>>