HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 751 - 775 of 8676) sorted by null

<<31323334353637383940>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 /** {@code non-null;} the constant argument for this instruction */
32 * {@code >= -1;} the constant pool index for {@link #constant}, or
33 * {@code -1} if not yet set
38 * {@code >= -1;} the constant pool index for the class reference in
39 * {@link #constant} if any, or {@code -1} if not yet set
45 * initially unknown ({@code -1}) as is the constant pool index.
48 * @param position {@code non-null;} source positio
    [all...]
TargetInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
26 /** {@code non-null;} the branch target */
31 * unknown ({@code -1}), and the target is initially
32 * {@code null}.
35 * @param position {@code non-null;} source position
36 * @param registers {@code non-null;} register list, including a
39 * @param target {@code non-null;} the branch target
67 * {@code lt} test becomes a {@code ge}), and its branc
    [all...]
  /external/kernel-headers/original/media/
v4l2-mediabus.h 98 enum v4l2_mbus_pixelcode code)
104 mbus_fmt->code = code;
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 22 # processor, as long as it's "z-CPU". Latter implies that the code
24 # 50% better than code generated by gcc 4.3.
41 $code=<<___;
60 $code.=<<___;
67 $code.=<<___ if ($flavour =~ /3[12]/);
70 $code.=<<___;
85 $code.=<<___;
91 $code.=<<___ if ($i==1);
94 $code.=<<___ if ($i>1);
98 $code.=<<___
    [all...]
  /external/oprofile/daemon/
opd_trans.h 73 static inline int is_escape_code(uint64_t code)
75 return kernel_pointer_size == 4 ? code == ~0LU : code == ~0LLU;
  /external/regex-re2/doc/
mksyntaxhtml 8 ,s!== (([^()]|\([^()]*\))*)!? <code>\1</code>!g
9 ,s!«!<code>!g
10 ,s!»!</code>!g
16 ,s!(^[^ ]+) (.*)\n!<tr><td><code>\1</code></td><td>\2</td></tr>\n!g
  /external/skia/src/animator/
SkDisplayEvent.cpp 5 * Use of this source code is governed by a BSD-style license that can be
33 SK_MEMBER(code, EventCode),
47 SkDisplayEvent::SkDisplayEvent() : code((SkKey) -1), disable(false),
91 if (code >= 0)
92 SkDump::GetEnumString(SkType_EventCode, code, &str);
95 SkDebugf("code=\"%s\" ", str.c_str());
98 if (fMax != (SkKey) -1 && fMax != code)
99 SkDebugf("keys=\"%c - %c\" ", code, fMax);
101 SkDebugf("key=\"%c\" ", code);
154 SkKey convert = index == SK_PROPERTY(keys) ? code : fLastCode
    [all...]
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 55 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
57 switch(code) {
68 return BBinder::onTransact(code, data, reply, flags);
ICameraServiceListener.cpp 68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
70 switch(code) {
83 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
44 switch (code) {
58 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IDrmClient.cpp 61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
63 switch (code) {
77 return BBinder::onTransact(code, data, reply, flags);
IMediaPlayerClient.cpp 57 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
59 switch (code) {
74 return BBinder::onTransact(code, data, reply, flags);
IMediaRecorderClient.cpp 54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
56 switch (code) {
66 return BBinder::onTransact(code, data, reply, flags);
IRemoteDisplay.cpp 66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
68 switch (code) {
90 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
50 int16 code[], (i) Q9 : Fixed codebook excitation
51 int16 gain_code, (i) Q0 : gain of code
67 PSEUDO-CODE
115 ; FUNCTION CODE
122 int16 code[], /* (i) Q9 : Fixed codebook excitation */
123 int16 gain_code, /* (i) Q0 : gain of code */
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
70 switch (code) {
76 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/services/java/com/android/server/pm/
PackageVerificationState.java 49 * Create a new package verification state where {@code requiredVerifierUid}
81 * @return {@code true} if the verifying agent actually exists in our list
83 public boolean setVerifierResponse(int uid, int code) {
86 switch (code) {
99 if (code == PackageManager.VERIFICATION_ALLOW) {
121 * @return {@code true} when verification is considered complete
137 * called after {@link #isVerificationComplete()} returns {@code true}.
139 * @return {@code true} if installation should be allowed
165 * @return {@code true} if a timeout was already extended.
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
56 switch(code) {
66 return BBinder::onTransact(code, data, reply, flags);
IPermissionController.cpp 59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
74 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/gui/
IConsumerListener.cpp 59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
61 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 51 status_t BnBatteryPropertiesRegistrar::onTransact(uint32_t code,
56 switch(code) {
73 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8974/libqservice/
IQClient.cpp 60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8x26/libqservice/
IQClient.cpp 60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
56 __u32 code; member in struct:v4l2_subdev_frame_size_enum
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
75 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
    [all...]

Completed in 1524 milliseconds

<<31323334353637383940>>