HomeSort by relevance Sort by last modified time
    Searched refs:ApiCheck (Results 1 - 3 of 3) sorted by null

  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 17 package com.android.apicheck;
25 public class ApiCheck {
61 ArrayList<String[]> flags = ApiCheck.parseFlags(args);
85 ApiCheck acheck = new ApiCheck();
  /build/tools/droiddoc/src/
SinceTagger.java 3 import com.android.apicheck.ApiCheck;
4 import com.android.apicheck.ApiInfo;
15 * Applies version information to the DroidDoc class model from apicheck XML
32 * Specifies the apicheck XML file and the API version it holds. Calls to
45 ApiInfo specApi = new ApiCheck().parseApi(xmlFile);
78 com.android.apicheck.PackageInfo packageSpec
85 com.android.apicheck.ClassInfo classSpec
123 com.android.apicheck.ClassInfo spec, ClassInfo doc) {
137 com.android.apicheck.ClassInfo spec, ClassInfo doc)
    [all...]
  /external/v8/src/
api.cc 90 ApiCheck(i::ThreadManager::IsLockedByCurrentThread(), \
201 static inline bool ApiCheck(bool condition,
262 return ApiCheck(v8::V8::Initialize(), location, "Error initializing V8");
485 if (!ApiCheck(thread_local.LeaveLastContext(),
532 if (!ApiCheck(!is_closed_,
    [all...]

Completed in 240 milliseconds