Searched refs:PKG_NAME (Results 1 – 7 of 7) sorted by relevance
8 PKG_NAME = 'fine' variable65 mod = types.ModuleType(PKG_NAME)68 with util.uncache(PKG_NAME):69 sys.modules[PKG_NAME] = mod70 self.__import__(PKG_NAME, fromlist=['not here'])76 mod = types.ModuleType(PKG_NAME)79 with util.uncache(PKG_NAME):80 sys.modules[PKG_NAME] = mod82 self.__import__(PKG_NAME,88 mod = types.ModuleType(PKG_NAME)[all …]
42 private static final String PKG_NAME = "pkg.name"; field in TextClassifierEventLoggerTest104 .setPackageName(PKG_NAME) in writeEvent_textSelectionEvent()191 .setPackageName(PKG_NAME) in writeEvent_textLinkifyEvent()224 .setPackageName(PKG_NAME) in writeEvent_textConversationActionEvent()257 .setPackageName(PKG_NAME) in writeEvent_languageDetectionEvent()265 return new TextClassificationContext.Builder(PKG_NAME, WIDGET_TYPE).build(); in createTextClassificationContext()
45 private static final String PKG_NAME = "com.pkg"; field in SelectionEventConverterTest170 return new TextClassificationContext.Builder(PKG_NAME, TextClassifier.WIDGET_TYPE_EDITTEXT) in createEventContext()175 assertThat(eventContext.getPackageName()).isEqualTo(PKG_NAME); in assertEventContext()
7 PKG_NAME:=libwebsockets13 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
52 public static final String DEFAULT_SAX_SERIALIZER=SerializerBase.PKG_NAME+".ToXMLSAXHandler";
59 public static final String PKG_NAME; field in SerializerBase73 PKG_NAME = "";75 PKG_NAME = fullyQualifiedName.substring(0, lastDot);79 for (int i = 0; i < PKG_NAME.length(); i++) {80 char ch = PKG_NAME.charAt(i);
63 SerializerBase.PKG_NAME+".HTMLEntities";70 SerializerBase.PKG_NAME+".XMLEntities";