Searched refs:at (Results 201 - 225 of 1292) sorted by relevance

1234567891011>>

/external/compiler-rt/test/Unit/
H A Dnegvti2_test.c32 twords at; local
33 at.all = a;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Ducmpti2_test.c30 utwords at; local
31 at.all = a;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
/external/elfutils/tests/
H A Drun-readelf-test1.sh41 Relocation section [ 8] '.rel.got' for section [19] '.got' at offset 0x294 contains 1 entry:
45 Relocation section [ 9] '.rel.plt' for section [11] '.plt' at offset 0x29c contains 4 entries:
/external/iproute2/include/linux/tc_act/
H A Dtc_pedit.h21 __u32 at; member in struct:tc_pedit_key
/external/srtp/crypto/include/
H A Dauth.h74 #define auth_type_alloc(at, a, klen, outlen) \
75 ((at)->alloc((a), (klen), (outlen)))
149 auth_type_self_test(const auth_type_t *at);
152 * auth_type_get_ref_count(at) returns the reference count (the number
153 * of instantiations) of the auth_type_t at
157 auth_type_get_ref_count(const auth_type_t *at);
/external/v8/src/
H A Dfunc-name-inferrer.cc79 names_stack_.at(pos).type == kVariableName &&
80 names_stack_.at(pos + 1).type == kVariableName) {
87 factory->dot_symbol(), names_stack_.at(pos).name);
91 return MakeNameFromStackHelper(pos + 1, names_stack_.at(pos).name);
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js69 export module M3 at "http://where"
86 module E1 at "http://where"
87 module E2 at "http://where";
102 at
/external/valgrind/main/drd/tests/
H A Dtc10_rec_lock.stderr.exp10 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
13 mutex 0x........ was first observed at:
14 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
/external/valgrind/main/memcheck/tests/
H A Dbadpoll.stderr.exp5 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
H A Derr_disable2.stderr.exp5 at 0x........: err (err_disable2.c:22)
8 at 0x........: free (vg_replace_malloc.c:...)
H A Dleak-cases-possible.stderr.exp6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
18 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
40 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dorigin2-not-quite.stderr.exp4 at 0x........: t1 (origin2-not-quite.c:38)
7 at 0x........: malloc (vg_replace_malloc.c:...)
14 at 0x........: t2 (origin2-not-quite.c:47)
17 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: t3 (origin2-not-quite.c:59)
27 at 0x........: t3 (origin2-not-quite.c:51)
H A Dleak-delta.stderr.exp3 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
15 at 0x........: malloc (vg_replace_malloc.c:...)
21 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
39 at 0x........: malloc (vg_replace_malloc.c:...)
45 at 0x........: malloc (vg_replace_malloc.c:...)
50 at 0x........: malloc (vg_replace_malloc.c:...)
56 at
[all...]
/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.stderr.exp3 FILE DESCRIPTORS: 7 open at exit.
27 FILE DESCRIPTORS: 6 open at exit.
H A Dfdleak_ipv4.stderr.exp3 FILE DESCRIPTORS: 5 open at exit.
21 FILE DESCRIPTORS: 4 open at exit.
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp4 Access not within mapped region at address 0x........
5 at 0x........: main (blockfault.c:30)
/external/webkit/Source/WebCore/platform/qt/
H A DLoggingQt.cpp7 version 2 of the License, or (at your option) any later version.
46 if (WTFLogChannel* channel = getChannelFromName(channels.at(i)))
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.mm89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag)
109 SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
113 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
118 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
120 [topHTMLView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES];
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKArray.cpp47 return toImpl(arrayRef)->at(index);
/external/chromium/chrome/browser/ui/cocoa/
H A Durl_drop_target.h58 // at the given point (in that view's coordinates).
59 - (void)dropURLs:(NSArray*)urls inView:(NSView*)view at:(NSPoint)point;
61 // The given text was dropped in the given view at the given point (in that
63 - (void)dropText:(NSString*)text inView:(NSView*)view at:(NSPoint)point;
65 // Dragging is in progress over the owner view (at the given point, in view
68 - (void)indicateDropURLsInView:(NSView*)view at:(NSPoint)point;
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DFileUtils.java6 * You may obtain a copy of the License at
76 int at = 0;
78 int amt = in.read(result, at, length);
82 at += amt;
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java109 if( (faceVec.at(i).m_v0 == face.m_v0) ||
110 (faceVec.at(i).m_v1 == face.m_v0) ||
111 (faceVec.at(i).m_v2 == face.m_v0) )
117 if( (faceVec.at(i).m_v0 == face.m_v1) ||
118 (faceVec.at(i).m_v1 == face.m_v1) ||
119 (faceVec.at(i).m_v2 == face.m_v1) )
125 if( (faceVec.at(i).m_v0 == face.m_v2) ||
126 (faceVec.at(i).m_v1 == face.m_v2) ||
127 (faceVec.at(i).m_v2 == face.m_v2) )
228 tempAllFaces.add(forwardFaces.at(
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmcleak.stderr.exp1 (action at startup) vgdb me ...
6 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: malloc (vg_replace_malloc.c:...)
29 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
39 at 0x........: malloc (vg_replace_malloc.c:...)
/external/webkit/Source/WebCore/svg/
H A DSVGPointList.cpp8 * version 2 of the License, or (at your option) any later version.
41 const FloatPoint& point = at(i);
59 const FloatPoint& from = fromList.at(n);
60 const FloatPoint& to = toList.at(n);
/external/webkit/Tools/MiniBrowser/qt/
H A Dmain.cpp45 UrlLoader loader(window, app.urls().at(0), app.robotTimeout(), app.robotExtraTime());
66 window->load(urls.at(0));
69 window->newWindow(urls.at(i));

Completed in 3042 milliseconds

1234567891011>>