/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 30 aligned_u64 from; member in struct:xt_connbytes_info::__anon66120
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 30 aligned_u64 from; member in struct:xt_connbytes_info::__anon66519
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 30 aligned_u64 from; member in struct:xt_connbytes_info::__anon66971
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
xt_connbytes.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 30 aligned_u64 from; member in struct:xt_connbytes_info::__anon67425
|
/cts/tools/signature-tools/test/signature/comparator/ |
PackageCompareTest.java | 38 CompilationUnit from = new CompilationUnit("a.A", local 41 IApi fromApi = convert(from); 42 IApi toApi = convert(from);
|
/external/apache-http/src/org/apache/commons/codec/net/ |
RFC1522Codec.java | 110 int from = 2; local 111 int to = text.indexOf("?", from); 115 String charset = text.substring(from, to); 119 from = to + 1; 120 to = text.indexOf("?", from); 124 String encoding = text.substring(from, to); 129 from = to + 1; 130 to = text.indexOf("?", from); 131 byte[] data = text.substring(from, to).getBytes(StringEncodings.US_ASCII);
|
/external/guava/guava/src/com/google/common/net/ |
HostSpecifier.java | 44 * {@link java.net.InetAddress} instance from it rather than using this class. 61 * Returns a {@code HostSpecifier} built from the provided {@code specifier}, 63 * invalid, use {@link #from(String)} instead. 76 // Verify that no port was specified, and strip optional brackets from 100 final InternetDomainName domain = InternetDomainName.from(host); 118 public static HostSpecifier from(String specifier) method in class:HostSpecifier
|
/external/iptables/extensions/ |
libxt_connbytes.c | 16 " [!] --connbytes from:[to]\n" 39 sinfo->count.from = cb->val.u64_range[0]; 44 if (sinfo->count.to < sinfo->count.from) 46 (unsigned long long)sinfo->count.from, 49 i = sinfo->count.from; 50 sinfo->count.from = sinfo->count.to; 117 unsigned long long from, to; local 119 if (sinfo->count.from > sinfo->count.to) { 121 from = sinfo->count.to; 122 to = sinfo->count.from; [all...] |
/external/libvncserver/x11vnc/ |
pm.c | 30 so, delete this exception statement from your version. 117 char *from = "unknown-fbpm-state"; local 122 from = "FBPMModeStandby"; 124 from = "FBPMModeSuspend"; 126 from = "FBPMModeOff"; 129 rfbLog("switching FBPM state from %s to FBPMModeOn\n", from); 178 char *from = "unk"; 185 from = "DPMSModeStandby"; 187 from = "DPMSModeSuspend" 265 char *from = "unknown-dpms-state"; local [all...] |
/external/libxml2/ |
testAutomata.c | 80 int from, to; local 82 from = scanNumber(&ptr); 88 if (states[from] == NULL) 89 states[from] = xmlAutomataNewState(am); 100 xmlAutomataNewTransition(am, states[from], states[to], 104 int from, to; local 106 from = scanNumber(&ptr); 112 if (states[from] == NULL) 113 states[from] = xmlAutomataNewState(am); 118 xmlAutomataNewEpsilon(am, states[from], states[to]) 132 int from, to; local [all...] |
/external/mesa3d/src/mesa/math/ |
m_clip_tmp.h | 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 51 const GLfloat *from = (GLfloat *)clip_vec->start; local 59 const GLfloat cx = from[0]; 60 const GLfloat cy = from[1]; 61 const GLfloat cz = from[2]; 62 const GLfloat cw = from[3]; 132 const GLfloat *from = (GLfloat *)clip_vec->start; local 139 const GLfloat cx = from[0]; 140 const GLfloat cy = from[1]; 141 const GLfloat cz = from[2] 189 const GLfloat *from = (GLfloat *)clip_vec->start; local 225 const GLfloat *from = (GLfloat *)clip_vec->start; local [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
RopeByteStringSubstringTest.java | 16 // contributors may be used to endorse or promote products derived from 37 * This class tests {@link RopeByteString#substring(int, int)} by inheriting the tests from 54 int from = 1130; local 56 stringUnderTest = sourceString.substring(from, to); 57 referenceBytes = new byte[to - from]; 58 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from); 87 assertEquals(classUnderTest + " from string must have the expected type",
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLayoutInflater.java | 32 public static LayoutInflater from(Context context) { method in class:ShadowLayoutInflater
|
/external/v8/test/cctest/ |
test-code-stubs-mips.cc | 14 // from this software without specific prior written permission. 144 double from) { 146 Simulator::current(Isolate::Current())->CallFP(FUNCTION_ADDR(func), from, 0.); local 149 return (*func)(from);
|
test-code-stubs-mips64.cc | 14 // from this software without specific prior written permission. 144 double from) { 146 Simulator::current(Isolate::Current())->CallFP(FUNCTION_ADDR(func), from, 0.); local 149 return (*func)(from);
|
/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
StateBackground.java | 47 public static StateBackground from( method in class:StateBackground 75 return Optional.of((State) StateForeground.from( 96 State nextState = StateBackgroundWithSurfaceTexture.from(
|
StateForeground.java | 40 // Can be used to transition from Background on resume. 41 public static StateForeground from( method in class:StateForeground 61 return Optional.of((State) StateBackground.from( 82 State nextState = StateForegroundWithSurfaceTexture.from(
|
/packages/apps/Camera2/src/com/android/camera/data/ |
Location.java | 94 public static Location from(double latitude, double longitude) { method in class:Location
|
/packages/apps/Camera2/src/com/android/camera/device/ |
CameraId.java | 33 public static CameraId from(@Nonnull String camera2Id) { method in class:CameraId 106 // created from any Camera1 id.
|
/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigDelta.java | 30 private T from; field in class:SigDelta 33 public SigDelta(T from, T to) { 34 this.from = from; 39 return from; 47 if (from == null && to != null) { 50 if (from != null && to == null) { 95 builder.append("from: "); 96 builder.append(from); 125 ignore.add("from"); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 64 * application should be in when launching it from a notification. 66 static Intent[] makeMessageIntentStack(Context context, CharSequence from, 90 intents[3].putExtra(IncomingMessageView.KEY_FROM, from); 106 CharSequence from = "Joe"; local 119 makeMessageIntentStack(this, from, message), PendingIntent.FLAG_CANCEL_CURRENT); 129 .setContentTitle(from) // the label of the entry 157 CharSequence from = "Dianne"; local 170 intent.putExtra(IncomingMessageView.KEY_FROM, from); 184 .setContentTitle(from) // the label of the entry
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
Notepadv1.java | 66 // Get all of the notes from the database and create the item list 70 String[] from = new String[] { NotesDbAdapter.KEY_TITLE }; local 75 new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to);
|
/external/flac/libFLAC/ia32/ |
nasm.h | 16 ; contributors may be used to endorse or promote products derived from variable
|
/external/guava/guava/src/com/google/common/base/ |
SmallCharMatcher.java | 50 * This method was rewritten in Java from an intermediate step of the Murmur hash function in 65 // This is all essentially copied from ImmutableSet, but we have to duplicate because 90 static CharMatcher from(BitSet chars, String description) { method in class:SmallCharMatcher
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_inffast.c | 78 unsigned dmax; /* maximum distance from zlib header */ 95 unsigned char FAR *from; /* where to copy match from */ local 187 if (dist > op) { /* see if copy from window */ 208 from = out - dist; 210 PUP(out) = PUP(from); 216 from = window - OFF; 218 from += wsize - op; 219 if (op < len) { /* some from window */ 222 PUP(out) = PUP(from); [all...] |