/external/chromium_org/third_party/mesa/ |
README.txt | 6 sources are needed for step 2 7 2. Compile everything in src/glsl into a library. This step uses the parser and 10 source file. Note that this step uses builtin_stubs.cpp because we haven't 14 5. Compile the rest of mesa, using the builtins that we created in step 4. In 15 addition, link in all the files that we've previously compiled in step 2.
|
/external/chromium_org/third_party/openssl/openssl/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates) 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Vm.java | 16 * Internal last error code for compile()/step() methods. 22 * Perform one step on compiled SQLite VM. 30 * while (vm.step(cb)) { 34 * while (vm.step(cb)) { 47 public native boolean step(Callback cb) throws SQLite.Exception; method in class:Vm
|
/external/openssl/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates) 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
strings.xml | 39 <string name="register_detector_title">Register step detector sensor</string> 40 <string name="register_detector_description">Register a listener for the STEP DETECTOR 41 sensor.\n\nThis sensor delivers an event when the user takes a step. One event is received 42 per step. 45 <string name="register_counter_title">Register step counter sensor</string> 46 <string name="register_counter_description">Register a listener for the STEP COUNTER 47 sensor.\n\nThis sensor triggers events when a step is detected, but applies algorithms to 48 filter out false positives. Events from this sensor have higher latency than the step 57 <string name="sensor_counter">Step Counter</string> 58 <string name="sensor_detector">Step Detector</string [all...] |
/developers/samples/android/sensors/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
strings.xml | 39 <string name="register_detector_title">Register step detector sensor</string> 40 <string name="register_detector_description">Register a listener for the STEP DETECTOR 41 sensor.\n\nThis sensor delivers an event when the user takes a step. One event is received 42 per step. 45 <string name="register_counter_title">Register step counter sensor</string> 46 <string name="register_counter_description">Register a listener for the STEP COUNTER 47 sensor.\n\nThis sensor triggers events when a step is detected, but applies algorithms to 48 filter out false positives. Events from this sensor have higher latency than the step 57 <string name="sensor_counter">Step Counter</string> 58 <string name="sensor_detector">Step Detector</string [all...] |
/external/chromium_org/chrome/browser/chromeos/first_run/ |
step_names.cc | 11 // Also there are metric recording how much time user spent on every step. 13 // |StepName| is camel-cased version of |step-name|. Corresponding record 14 // should be added to "histograms.xml" file for every step listed here.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_terms_of_service.html | 1 <div class="step right hidden tos-loading" id="terms-of-service"> 2 <div class="step-contents"> 23 <div id="terms-of-service-controls" class="step-controls"></div>
|
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/ |
spellcheck-on-contraction-when-autocorrection-is-off.html | 16 <p><b>Step 1:</b> Bring up contextual manual, and uncheck "Spelling and Grammar -> Correct Spelling Automatically" and "Substitutions -> Text Replacement".</p> 17 <p><b>Step 2:</b> Type "this wasn't", and verify that "wasn't" isn't marked as mispelled.</p> 18 <p><b>Step 3:</b> Restore the settings in contextual manual, otherwise it may affect the result of other autocorrection related tests.</p>
|
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/ |
jpaketest.c | 35 /* Alice -> Bob: step 1 */ 41 printf("Bob fails to process Alice's step 1\n"); 47 /* Bob -> Alice: step 1 */ 53 printf("Alice fails to process Bob's step 1\n"); 59 /* Alice -> Bob: step 2 */ 65 printf("Bob fails to process Alice's step 2\n"); 71 /* Bob -> Alice: step 2 */ 77 printf("Alice fails to process Bob's step 2\n"); 86 /* Alice -> Bob: step 3a */ 92 printf("Bob fails to process Alice's step 3a\n") [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkCornerPathEffect.cpp | 19 SkPoint* step) { 22 step->set(b.fX - a.fX, b.fY - a.fY); 25 step->scale(SK_ScalarHalf); 28 step->scale(SkScalarDiv(radius, dist)); 45 SkVector firstStep, step; local 70 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step); 73 dst->moveTo(moveTo + step); 76 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, 77 pts[0].fY + step.fY); 80 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY) [all...] |
/external/chromium_org/tools/find_runtime_symbols/ |
README | 7 Step 1: Prepare symbol information. 17 Step 2: Find symbols. 21 'symbol_info_dir' is the result of the Step 1.
|
/external/eigen/scripts/ |
eigen_gen_docs | 10 # step 1 : build 14 #step 2 : upload 18 #step 3 : fix the perm
|
/external/libnfc-nxp/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libnfc_intermediates/) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libnfc_ndef_intermediates/ [all...] |
/external/linux-tools-perf/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 46 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libelf_intermediates) 47 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libebl_intermediates [all...] |
/external/openssl/crypto/jpake/ |
jpaketest.c | 35 /* Alice -> Bob: step 1 */ 41 printf("Bob fails to process Alice's step 1\n"); 47 /* Bob -> Alice: step 1 */ 53 printf("Alice fails to process Bob's step 1\n"); 59 /* Alice -> Bob: step 2 */ 65 printf("Bob fails to process Alice's step 2\n"); 71 /* Bob -> Alice: step 2 */ 77 printf("Alice fails to process Bob's step 2\n"); 86 /* Alice -> Bob: step 3a */ 92 printf("Bob fails to process Alice's step 3a\n") [all...] |
/external/skia/src/effects/ |
SkCornerPathEffect.cpp | 19 SkPoint* step) { 22 step->set(b.fX - a.fX, b.fY - a.fY); 25 step->scale(SK_ScalarHalf); 28 step->scale(SkScalarDiv(radius, dist)); 45 SkVector firstStep, step; local 70 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step); 73 dst->moveTo(moveTo + step); 76 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, 77 pts[0].fY + step.fY); 80 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY) [all...] |
/external/sqlite/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsqlite_intermediates) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libsqlite3_android_intermediates/import_includes [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcwatchpoints.vgtest | 3 # We need a non buggy gdb.step as watchpoints are placed after a "step". 4 prereq: test -e gdb -a -f gdb.step
|
/frameworks/av/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmedia_native_intermediates) 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libmedia_native.so [all...] |
/frameworks/support/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android-support-v*) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android-support-v* [all...] |
/libcore/ |
CleanSpec.mk | 18 # a file or delete some intermediate files, add a clean step to the end 23 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 24 # $(call add-clean-step, rm -rf $(OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 36 # touch step and add it to the end of the list. 43 #$(call add-clean-step, rm -rf $(OUT)/target/common/obj/APPS/AndroidTests_intermediates) 44 #$(call add-clean-step, rm -rf $(OUT)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 45 #$(call add-clean-step, find $(OUT) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 46 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 47 #$(call add-clean-step, rm -rf $(OUT)/obj/SHARED_LIBRARIES/libdvm*) 48 $(call add-clean-step, rm -rf $(OUT)/system/framework/conscrypt-nojarjar.jar [all...] |
/packages/apps/UnifiedEmail/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/UnifiedEmail_intermediates [all...] |
/bionic/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
|
/device/common/ |
CleanSpec.mk | 17 # a file or delete some intermediate files, add a clean step to the end 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 35 # touch step and add it to the end of the list. 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
|