Searched refs:api (Results 1 - 25 of 115) sorted by relevance

12345

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael.h5 #include <crypto/rijndael/rijndael-api-fst.h>
/external/icu4c/common/
H A Dunorm_it.c33 UCharIterator api; member in struct:UNormIterator
47 * api.start: first valid character & state in the arrays
48 * api.index: current position
49 * api.limit: one past the last valid character in chars[], but states[limit] is valid
54 /* the current iter->getState(), saved to avoid unnecessary setState() calls; may not correspond to api->index! */
68 /* do not pass api so that the compiler knows it's an alias pointer to uni itself */
69 UCharIterator *api=&uni->api; local
73 api->start=api
91 UCharIterator *api=&uni->api; local
132 moveContentsTowardStart(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) argument
159 moveContentsTowardEnd(UCharIterator *api, UChar chars[], uint32_t states[], int32_t delta) argument
191 UCharIterator *api=&uni->api; local
261 UCharIterator *api=&uni->api; local
331 unormIteratorGetIndex(UCharIterator *api, UCharIteratorOrigin origin) argument
348 unormIteratorMove(UCharIterator *api, int32_t delta, UCharIteratorOrigin origin) argument
433 unormIteratorHasNext(UCharIterator *api) argument
438 unormIteratorHasPrevious(UCharIterator *api) argument
443 unormIteratorCurrent(UCharIterator *api) argument
456 unormIteratorNext(UCharIterator *api) argument
469 unormIteratorPrevious(UCharIterator *api) argument
482 unormIteratorGetState(const UCharIterator *api) argument
488 unormIteratorSetState(UCharIterator *api, uint32_t state, UErrorCode *pErrorCode) argument
[all...]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DUTF16CharsetTest.java17 package tests.api.java.nio.charset;
34 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
44 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
H A DCP037CharsetTest.java17 package tests.api.java.nio.charset;
H A DASCCharsetTest.java17 package tests.api.java.nio.charset;
38 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
51 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
H A DISOCharsetTest.java17 package tests.api.java.nio.charset;
37 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
50 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
H A DUTF16BECharsetTest.java17 package tests.api.java.nio.charset;
35 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
46 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
H A DUTF16LECharsetTest.java17 package tests.api.java.nio.charset;
35 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
46 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
H A DISOCharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DASCCharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DGBCharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DUTF16BECharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DUTF16LECharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DUTF8CharsetTest.java17 package tests.api.java.nio.charset;
37 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
48 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
/external/chromium/googleurl/
H A DPRESUBMIT_unittest.py57 api = MockInputApi()
58 api.affected_files = [
67 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 7)
71 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 3)
75 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 1)
77 len(PRESUBMIT.LocalChecks(api, MockOutputApi)[0].items) == 3)
81 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 4)
84 self.failIf(PRESUBMIT.LocalChecks(api, MockOutputApi))
/external/valgrind/main/exp-dhat/
H A Ddh_main.c230 APInfo* api = NULL; local
236 api = (APInfo*)valW;
239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) );
240 VG_(memset)(api, 0, sizeof(*api));
241 api->ap = bk->ap;
243 (UWord)bk->ap, (UWord)api );
246 tl_assert(api->deaths == 0);
247 api->xsize_tag = Unknown;
248 api
296 APInfo* api = NULL; local
408 APInfo* api = NULL; local
1229 APInfo* api = (APInfo*)valW; local
1243 APInfo* api = (APInfo*)valW; local
[all...]
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatebase.py29 from google.appengine.api import users
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... xsl org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/api/ org/eclipse/pde/api/tools/ org/eclipse/pde/api/tools
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jar ... inf org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/api/ org/eclipse/pde/api/tools/ org/eclipse/pde/api/tools ...
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view_tiled.c229 * Sets the smart class api using tiled backing store, enabling view
232 * @param api class definition to be set, all members with the
246 Eina_Bool ewk_view_tiled_smart_set(Ewk_View_Smart_Class *api) argument
248 if (!ewk_view_base_smart_set(api))
254 api->sc.add = _ewk_view_tiled_smart_add;
256 api->backing_store_add = _ewk_view_tiled_smart_backing_store_add;
257 api->scrolls_process = _ewk_view_tiled_smart_scrolls_process;
258 api->repaints_process = _ewk_view_tiled_smart_repaints_process;
259 api->contents_resize = _ewk_view_tiled_smart_contents_resize;
260 api
274 static Ewk_View_Smart_Class api = EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION("EWK_View_Tiled"); local
[all...]
H A Dewk_view.cpp455 EINA_SAFETY_ON_NULL_RETURN(sd->api);
456 EINA_SAFETY_ON_NULL_RETURN(sd->api->focus_in);
457 sd->api->focus_in(sd);
463 EINA_SAFETY_ON_NULL_RETURN(sd->api);
464 EINA_SAFETY_ON_NULL_RETURN(sd->api->focus_out);
465 sd->api->focus_out(sd);
472 EINA_SAFETY_ON_NULL_RETURN(sd->api);
473 EINA_SAFETY_ON_NULL_RETURN(sd->api->mouse_wheel);
474 sd->api->mouse_wheel(sd, ev);
481 EINA_SAFETY_ON_NULL_RETURN(sd->api);
692 const Ewk_View_Smart_Class* api = (const Ewk_View_Smart_Class*)sc; local
1058 ewk_view_base_smart_set(Ewk_View_Smart_Class* api) argument
[all...]
/external/dbus/
H A Dupdate-dbus-docs.sh44 tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up docs"
/external/webkit/Tools/TestResultServer/handlers/
H A Dmenu.py29 from google.appengine.api import users
/external/doclava/src/com/google/doclava/
H A DFederatedSite.java49 * Constructs a federated site using an api file not contained on
52 public FederatedSite(String name, URL baseUrl, String api) throws ApiParseException { argument
55 this.apiInfo = new ApiCheck().parseApi(api);
/external/llvm/include/llvm/ADT/
H A DAPFloat.h425 void initFromAPInt(const APInt& api, bool isIEEE = false);
426 void initFromHalfAPInt(const APInt& api);
427 void initFromFloatAPInt(const APInt& api);
428 void initFromDoubleAPInt(const APInt& api);
429 void initFromQuadrupleAPInt(const APInt &api);
430 void initFromF80LongDoubleAPInt(const APInt& api);
431 void initFromPPCDoubleDoubleAPInt(const APInt& api);

Completed in 3017 milliseconds

12345