/external/chromium_org/third_party/yasm/source/config/android/ |
Makefile | 91 # Copied from raw preprocessor module. 215 modules/preprocs/raw/tests/rawpp_test.sh \ 316 $(srcdir)/modules/preprocs/raw/Makefile.inc \ 317 $(srcdir)/modules/preprocs/raw/tests/Makefile.inc \ 370 nasm-eval.$(OBJEXT) raw-preproc.$(OBJEXT) \ [all...] |
/external/chromium_org/third_party/yasm/source/config/linux/ |
Makefile | 91 # Copied from raw preprocessor module. 215 modules/preprocs/raw/tests/rawpp_test.sh \ 316 $(srcdir)/modules/preprocs/raw/Makefile.inc \ 317 $(srcdir)/modules/preprocs/raw/tests/Makefile.inc \ 370 nasm-eval.$(OBJEXT) raw-preproc.$(OBJEXT) \ [all...] |
/external/chromium_org/third_party/yasm/source/config/openbsd/ |
Makefile | 91 # Copied from raw preprocessor module. 215 modules/preprocs/raw/tests/rawpp_test.sh \ 316 $(srcdir)/modules/preprocs/raw/Makefile.inc \ 317 $(srcdir)/modules/preprocs/raw/tests/Makefile.inc \ 370 nasm-eval.$(OBJEXT) raw-preproc.$(OBJEXT) \ [all...] |
/external/chromium_org/third_party/yasm/source/config/win/ |
Makefile | 91 # Copied from raw preprocessor module. 215 modules/preprocs/raw/tests/rawpp_test.sh \ 316 $(srcdir)/modules/preprocs/raw/Makefile.inc \ 317 $(srcdir)/modules/preprocs/raw/tests/Makefile.inc \ 370 nasm-eval.$(OBJEXT) raw-preproc.$(OBJEXT) \ [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_mutex.cc | 94 s->last_lock = thr->fast_state.raw(); 171 s->last_lock = thr->fast_state.raw();
|
/external/icu4c/i18n/ |
tzrule.cpp | 612 TimeArrayTimeZoneRule::getUTC(UDate time, int32_t raw, int32_t dst) const { 614 time -= raw;
|
ucal.cpp | 106 int32_t raw, dst; local 107 zone->getOffset(d, FALSE, raw, dst, *ec);
|
/external/kernel-headers/original/linux/ |
perf_event.h | 423 * # The RAW record below is opaque data wrt the ABI 871 struct perf_raw_record *raw; member in struct:perf_sample_data 878 data->raw = NULL;
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 450 * # The RAW record below is opaque data wrt the ABI 1011 struct perf_raw_record *raw; member in struct:perf_sample_data 1017 data->raw = NULL;
|
/external/srtp/crypto/math/ |
math.c | 430 * of length 2 * len to a raw octet string of length len 434 hex_string_to_octet_string(char *raw, char *hex, int len) { 451 *raw++ = x;
|
/hardware/invensense/60xx/libsensors_iio/ |
MPLSensor.cpp | 93 {"MPL Raw Gyroscope", "Invensense", 1, [all...] |
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 489 if (inBuffer == NULL || inBuffer->raw == NULL || 490 outBuffer == NULL || outBuffer->raw == NULL) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 450 mGraphId = mGraphEnv.loadGraph(mContext, R.raw.goofy_face); 454 mGraphId = mGraphEnv.loadGraph(mContext, R.raw.backdropper); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupWizardActivity.java | 192 .path(Integer.toString(R.raw.setup_welcome_video)) 370 mWelcomeImageView.setImageResource(R.raw.setup_welcome_image);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
AccelerometerTestRenderer.java | 304 InputStream is = mContext.getResources().openRawResource(R.raw.sns_texture);
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 54 "://" + TEST_PACKAGE_NAME + "/" + R.raw.testimage);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 99 .openRawResource(R.raw.robot);
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.h | 174 mm_camera_ch_raw_t raw; member in union:__anon2331::__anon2332
|
/external/libpcap/ |
pcap-snoop.c | 36 #include <net/raw.h> 265 * doesn't put an Ethernet header onto the wire, it puts raw
|
/frameworks/av/include/media/ |
AudioTrack.h | 91 void* raw; member in union:android::AudioTrack::Buffer::__anon29055 509 * raw undefined 513 * raw pointer to the buffer [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 707 * Adds a pre-allocated buffer to the raw image callback buffer queue. 708 * Applications can add one or more buffers to the queue. When a raw image 710 * buffer will be used to hold the raw image data and removed from the 711 * queue. Then raw image callback is invoked with the buffer. If a raw 715 * to avoid running out of raw image callback buffers. 717 * <p>The size of the buffer is determined by multiplying the raw image 724 * <p>This method is only necessary when the PictureCallbck for raw image 730 * never been called, null will be returned by the raw image callback since 732 * buffer is too small to hold the raw image data, raw image callback wil [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
SmartCamera.java | 263 mGraph = GraphReader.readXmlGraphResource(mContext, R.raw.camera_graph);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 275 mScript = new ScriptC_rsbench(mRS, mRes, R.raw.rsbench);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UT_vector.java | 307 ScriptC_vector s = new ScriptC_vector(pRS, mRes, R.raw.vector);
|