HomeSort by relevance Sort by last modified time
    Searched full:common (Results 876 - 900 of 31397) sorted by null

<<31323334353637383940>>

  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
KeyEventActionIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onData;
20 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
21 import static com.google.android.apps.common.testing.ui.espresso.Espresso.pressBack;
22 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
23 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isRoot;
27 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId
    [all...]
AdapterDataIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onData;
20 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasSibling;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText;
31 import com.google.android.apps.common.testing.ui.testapp.LongListActivity;
32 import com.google.android.apps.common.testing.ui.testapp.R
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 109 out_get_sample_rate(&stream->common));
197 in_get_sample_rate(&stream->common));
232 out->stream.common.get_sample_rate = out_get_sample_rate;
233 out->stream.common.set_sample_rate = out_set_sample_rate;
234 out->stream.common.get_buffer_size = out_get_buffer_size;
235 out->stream.common.get_channels = out_get_channels;
236 out->stream.common.get_format = out_get_format;
237 out->stream.common.set_format = out_set_format;
238 out->stream.common.standby = out_standby;
239 out->stream.common.dump = out_dump
    [all...]
  /packages/apps/Bluetooth/tests/
Android.mk 8 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common mms-common
  /packages/apps/Browser/
Android.mk 7 android-common \
20 LOCAL_EMMA_COVERAGE_FILTER := *,-com.android.common.*
  /packages/apps/Dialer/
proguard.flags 9 -keep @com.android.contacts.common.testing.NeededForTesting class *
11 @com.android.contacts.common.testing.NeededForTesting *;
  /prebuilts/misc/common/asm/
README 3 The one in prebuilt/common/asm is used for build-time utilities. It
6 The one in prebuilts/tools/common/asm-tools is shipped in the
  /prebuilts/tools/common/asm-tools/
README 3 The one in prebuilt/common/asm is used for build-time utilities. It
6 The one in prebuilts/tools/common/asm-tools is shipped in the
  /external/chromium_org/third_party/libvpx/
libvpx.target.darwin-arm64.mk 28 third_party/libvpx/source/libvpx/vp8/common/alloccommon.c \
29 third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c \
30 third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c \
31 third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c \
32 third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c \
33 third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c \
34 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c \
35 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c \
36 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c \
37 third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c
    [all...]
libvpx.target.linux-arm64.mk 28 third_party/libvpx/source/libvpx/vp8/common/alloccommon.c \
29 third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c \
30 third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c \
31 third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c \
32 third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c \
33 third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c \
34 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c \
35 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c \
36 third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c \
37 third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c
    [all...]
  /external/qemu/hw/input/
ps2.c 88 PS2State common; member in struct:__anon33390
98 PS2State common; member in struct:__anon33391
150 ps2_queue(&s->common, 0xf0);
153 ps2_queue(&s->common, keycode);
194 switch(s->common.write_cmd) {
199 ps2_queue(&s->common, KBD_REPLY_ACK);
202 ps2_queue(&s->common, KBD_REPLY_RESEND);
205 ps2_queue(&s->common, KBD_REPLY_ACK);
207 ps2_queue(&s->common, KBD_REPLY_ID);
209 ps2_queue(&s->common, 0x41)
    [all...]
  /external/svox/pico/lib/
picokpdf.c 93 picoos_Common common) {
98 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING,
124 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT,
145 picoos_Common common) {
152 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING,
180 return picoos_emRaiseException(common->em, PICO_EXC_MAX_NUM_EXCEED,NULL,NULL);
190 return picoos_emRaiseException(common->em, PICO_EXC_MAX_NUM_EXCEED,NULL,NULL);
194 pdfmul->meanpowUm = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
195 pdfmul->ivarpow = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
197 picoos_deallocate(common->mm,(void *) &(pdfmul->meanpowUm))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/subversion_file_system/
docs_public_extensions_214898 10 <title>[chrome] Index of /trunk/src/chrome/common/extensions/docs/templates/public/extensions</title>
19 <td><strong><a href="/viewvc"><span class="pathdiv">/</span></a><a href="/viewvc/chrome/?pathrev=214898">[chrome]</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/?pathrev=214898">trunk</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/?pathrev=214898">src</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/?pathrev=214898">chrome</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/common/?pathrev=214898">common</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/common/extensions/?pathrev=214898">extensions</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/?pathrev=214898">docs</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/?pathrev=214898">templates</a><span class="pathdiv">/</span><a href="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/?pathrev=214898">public</a><span class="pathdiv">/</span>extensions</strong></td>
24 <h1>Index of /trunk/src/chrome/common/extensions/docs/templates/public/extensions</h1>
42 <input type="hidden" name="orig_pathrev" value="214898"/><input type="hidden" name="orig_pathtype" value="DIR"/><input type="hidden" name="orig_view" value="dir"/><input type="hidden" name="orig_path" value="trunk/src/chrome/common/extensions/docs/templates/public/extensions"/><input type="hidden" name="view" value="redirect_pathrev"/>
50 <form method="get" action="/viewvc/chrome/trunk/src/chrome/common/extensions/docs/templates/public/extensions/" style="display: inline"
    [all...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/
concatenated_module_descriptors.target.darwin-arm.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.darwin-arm64.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.darwin-mips.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.darwin-x86.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.darwin-x86_64.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.linux-arm.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.linux-arm64.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.linux-mips.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.linux-x86.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
concatenated_module_descriptors.target.linux-x86_64.mk 18 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/blink/common/modules.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/blink/common/modules.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/blink/common/modules.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/modules.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/search/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(GYP_TARGET_DEPENDENCIES)
25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink/common; python scripts/concatenate_module_descriptors.py front_end/common/modules.js "$(gyp_shared_intermediate_dir)/blink/common/modules.js" front_end/audits/module.json front_end/console/module.json front_end/devices/module.js (…)
    [all...]
  /frameworks/opt/telephony/
CleanSpec.mk 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates
    [all...]

Completed in 1661 milliseconds

<<31323334353637383940>>