HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 676 - 700 of 19832) sorted by null

<<21222324252627282930>>

  /external/v8/src/ic/arm64/
access-compiler-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/ia32/
access-compiler-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
15 Handle<Code> code) {
16 __ jmp(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/mips/
access-compiler-mips.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/mips64/
access-compiler-mips64.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/ppc/
access-compiler-ppc.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/s390/
access-compiler-s390.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 Handle<Code> code) {
18 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/x64/
access-compiler-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 Handle<Code> code) {
17 __ jmp(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/x87/
access-compiler-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
15 Handle<Code> code) {
16 __ jmp(code, RelocInfo::CODE_TARGET);
  /external/v8/src/profiler/
profiler-listener.h 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/code-events.h"
31 AbstractCode* code, const char* comment) override;
33 AbstractCode* code, Name* name) override;
35 AbstractCode* code, SharedFunctionInfo* shared,
38 AbstractCode* code, SharedFunctionInfo* shared,
41 AbstractCode* code, int args_count) override;
44 void CodeDisableOptEvent(AbstractCode* code,
46 void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta) override
    [all...]
  /frameworks/av/media/libaaudio/src/binding/
AAudioServiceMessage.h 53 enum class code : uint32_t { class in struct:aaudio::AAudioServiceMessage_s
60 code what;
  /frameworks/base/apct-tests/perftests/core/jni/
Android.mk 15 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
  /frameworks/base/cmds/screencap/
Android.mk 19 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
  /frameworks/base/core/java/android/webkit/
PluginData.java 28 * status code. The PluginData class is the container for all these
54 * The associated HTTP response code.
65 * @param length The HTTP response status code.
76 int code) {
80 mStatusCode = code;
129 * Returns the HTTP status code for the response.
131 * @return The HTTP statue code, e.g 200.
  /frameworks/base/core/tests/coretests/apks/version_nosys/
Android.mk 6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
  /frameworks/base/packages/PrintSpooler/jni/
Android.mk 19 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 30 public int code; field in class:SuppServiceNotification
42 * Notification type is from the "code 1" group (per TS 27.007 7.17).
43 * This means the {@link #code} will be a code such as {@link #CODE_1_CALL_FORWARDED}.
48 * Notification type is from the "code 2" group (per TS 27.007 7.17).
49 * This means the {@link #code} will be a code such as {@link #CODE_2_CALL_ON_HOLD}.
55 * Valid {@link #code} when {@link #type} is {@link #NOTIFICATION_TYPE_CODE_1}.
62 * Valid {@link #code} when {@link #type} is {@link #NOTIFICATION_TYPE_CODE_1}.
69 * Valid {@link #code} when {@link #type} is {@link #NOTIFICATION_TYPE_CODE_1}
    [all...]
  /hardware/interfaces/wifi/1.0/
IWifiApIface.hal 26 * Set country code for this iface.
28 * @param code 2 byte country code (as defined in ISO 3166) to set.
35 setCountryCode(int8_t[2] code) generates (WifiStatus status);
38 * Used to query the list of valid frequencies (depending on country code set)
  /hardware/interfaces/wifi/1.2/default/
wifi_status_util.h 32 WifiStatus createWifiStatus(WifiStatusCode code,
34 WifiStatus createWifiStatus(WifiStatusCode code);
  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.h 38 void processMotion(int32_t code, int32_t value);
39 void processButton(int32_t code, int32_t value);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestConfirmationCallback.java 35 public void accept(int code) {
37 mLastValue = code;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KeyboardListPreferenceJAJP.java 26 * This class notices to {@code OpenWnnJAJP} that the keyboard image is changed.
46 int code = OpenWnnEvent.CHANGE_INPUT_VIEW; local
47 OpenWnnEvent ev = new OpenWnnEvent(code);
  /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
SendToInstrumentation.java 63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) {
64 instrumentation.sendStatus(code, bundle);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows_386.go 2 // Use of this source code is governed by a BSD-style
syscall_windows_amd64.go 2 // Use of this source code is governed by a BSD-style
zerrors_windows_386.go 2 // Use of this source code is governed by a BSD-style

Completed in 1164 milliseconds

<<21222324252627282930>>