/external/kernel-headers/original/linux/ |
tiocl.h | 33 #define TIOCL_GETFGCONSOLE 12 /* get foreground vt */ 37 #define TIOCL_GETKMSGREDIRECT 17 /* get the vt the kernel messages are restricted to */
|
/external/libffi/testsuite/libffi.call/ |
float2.c | 36 is pretty much non-existent. You'll get the odd bus error in library 45 is pretty much non-existent. You'll get the odd bus error in library
|
/external/netcat/scripts/ |
web | 18 ## totally the balls. Don't have netcat? Get it here in /src/hacks! 28 ## Play around; you'll get used to it. 58 # get loopy. Yes, I know "echo -n" aint portable. Everything echoed would 99 # blank line: do nothing, which will re-get the current one 118 # http servers assume they'll never get simple-query format, and wait till 120 # below to (echo GET "$spec" ; echo '') | $BACKEND ... 122 echo GET "${spec}" | $BACKEND $host $port > ${TMPAGE} 146 # SEARCH ENGINES: fortunately, all are GET forms or at least work that way...
|
/external/openssl/crypto/ripemd/ |
README | 5 off the pace since I only get 1050 cycles, while the best is 1013. 6 I have a few ideas for how to get another 20 or so cycles, but at
|
/external/oprofile/daemon/ |
opd_extended.h | 52 odb_t * (*get)(struct transient const *, int); member in struct:opd_ext_sfile_handlers 80 * Get event struct opd_event from the counter index value.
|
/external/proguard/src/proguard/ |
OutputWriter.java | 59 ClassPathEntry firstEntry = programJars.get(0); 69 ClassPathEntry entry = programJars.get(index); 78 programJars.get(index + 1).isOutput()) 87 ClassPathEntry otherEntry = programJars.get(inIndex); 106 ClassPathEntry entry = programJars.get(index); 117 !programJars.get(nextIndex).isOutput()) 224 throw new IOException("Can't write [" + classPath.get(fromOutputIndex).getName() + "] (" + ex.getMessage() + ")"); 243 String mappedNewPackagePrefix = (String)PackagePrefixMap.get(PackagePrefix);
|
/external/qemu/android/utils/ |
dirscanner.h | 30 /* Get the name of the next file from a directory scanner. 34 * get its full path.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
expression-002.js | 22 // go through all Native Function objects, methods, and properties and get their typeof. 45 "Get the value of an object whose value is undefined "+
|
/external/webkit/JavaScriptCore/wtf/ |
OwnPtr.h | 55 PtrType get() const { return m_ptr; } function in class:WTF::OwnPtr 61 void adopt(std::auto_ptr<ValueType> autoPtr) { ASSERT(!autoPtr.get() || m_ptr != autoPtr.get()); deleteOwnedPtr(m_ptr); m_ptr = autoPtr.release(); } 115 return a.get() == b; 120 return a == b.get(); 125 return a.get() != b; 130 return a != b.get(); 135 return p.get();
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
access-via-redirect.html | 3 <p>This tests that the start of redirect chain doesn't get into an application cache if the end of the chain has a manifest.</p> 16 req.open("GET", url, false);
|
/external/webkit/WebCore/css/ |
CSSGradientValue.cpp | 78 FloatPoint firstPoint = resolvePoint(m_firstX.get(), m_firstY.get(), size, zoomFactor); 79 FloatPoint secondPoint = resolvePoint(m_secondX.get(), m_secondY.get(), size, zoomFactor); 85 float firstRadius = resolveRadius(m_firstRadius.get(), zoomFactor); 86 float secondRadius = resolveRadius(m_secondRadius.get(), zoomFactor); 95 Color color = renderer->document()->styleSelector()->getColorFromPrimitiveValue(m_stops[i].m_color.get()); 119 result = newImage.get();
|
CSSVariablesDeclaration.cpp | 53 CSSValue* val = m_variablesMap.get(variableName).get(); 101 CSSValue* current = m_variablesMap.take(variableName).get(); 111 CSSValue* result = m_variablesMap.get(variableName).get(); 121 StyleBase* result = m_variablesMap.get(variableName).get(); 152 result += m_variablesMap.get(m_variableNames[i])->cssText();
|
/external/webkit/WebCore/dom/ |
MessageChannel.cpp | 39 MessagePortChannel::createChannel(m_port1.get(), m_port2.get());
|
/external/webkit/WebCore/manual-tests/memory/ |
xhr-multiple-requests-responseText.html | 23 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false); 34 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false);
|
xhr-multiple-requests.html | 23 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false); 33 xmlHttp.open("GET", "MessageUidsAlreadyDownloaded2", false);
|
/external/webkit/WebCore/platform/android/ |
GeolocationServiceAndroid.cpp | 95 // when we get the call to resume. 110 // Reset last position and error to make sure that we always try to get a 137 || isPositionMovement(m_lastPosition.get(), position.get()) 138 || isPositionMoreAccurate(m_lastPosition.get(), position.get()) 139 || isPositionMoreTimely(m_lastPosition.get(), position.get())) {
|
/external/webkit/WebCore/rendering/style/ |
NinePieceImage.cpp | 31 return StyleImage::imagesEquivalent(m_image.get(), o.m_image.get()) && m_slices == o.m_slices && m_horizontalRule == o.m_horizontalRule &&
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
index.html | 16 <form method="get" action="iexploder.cgi" name="test"> 23 <form method="get" action="iexploder.cgi" name="test">
|
/external/webkit/WebKitTools/pywebsocket/test/ |
test_mock.py | 90 read = queue.get() 97 self.assertEqual('Value', table.get('KEY')) 102 self.assertEqual('Value', table.get('KEY')) 107 self.assertEqual('Value', table.get('KEY')) 112 self.assertEqual(None, table.get('Key')) 114 self.assertEqual('Value', table.get('Key')) 115 self.assertEqual('Value', table.get('key')) 116 self.assertEqual('Value', table.get('KEY'))
|
/frameworks/base/core/java/android/app/ |
IWallpaperManager.aidl | 39 * Get the wallpaper. 45 * Get information about a live wallpaper.
|
/frameworks/base/core/java/android/util/ |
EventLogTags.java | 47 public Description get(String name) { return null; } method in class:EventLogTags 49 public Description get(int tag) { return null; } method in class:EventLogTags
|
/frameworks/base/core/java/android/widget/ |
HeaderViewListAdapter.java | 98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i); 115 ListView.FixedViewInfo info = mFooterViewInfos.get(i); 150 return mHeaderViewInfos.get(position).isSelectable; 164 return mFooterViewInfos.get(adjPosition - adapterCount).isSelectable; 171 return mHeaderViewInfos.get(position).data; 185 return mFooterViewInfos.get(adjPosition - adapterCount).data; 211 return mHeaderViewInfos.get(position).view; 225 return mFooterViewInfos.get(adjPosition - adapterCount).view;
|
/frameworks/base/libs/rs/ |
rsContext.h | 91 const ProgramFragment * getFragment() {return mFragment.get();} 92 const ProgramFragmentStore * getFragmentStore() {return mFragmentStore.get();} 93 const ProgramRaster * getRaster() {return mRaster.get();} 94 const ProgramVertex * getVertex() {return mVertex.get();} 117 return mStateFragment.mDefault.get(); 120 return mStateVertex.mDefault.get(); 123 return mStateFragmentStore.mDefault.get(); 126 return mStateRaster.mDefault.get();
|
/frameworks/base/libs/surfaceflinger/tests/overlays/ |
overlays.cpp | 36 // get to the isurface 38 printf("isurface = %p\n", isurface.get());
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_time.h | 54 * Get the system time.it's up to UTC 66 * function: get current system time
|